github.com/jackc/pgx/v5.Conn.sendBatchQueryExecModeDescribeExec (method)

2 uses

	github.com/jackc/pgx/v5 (current package)
		conn.go#L1010: 		return c.sendBatchQueryExecModeDescribeExec(ctx, b)
		conn.go#L1135: func (c *Conn) sendBatchQueryExecModeDescribeExec(ctx context.Context, b *Batch) (pbr *pipelineBatchResults) {